* xterm.h: Remove condition for declaration of
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 4 Sep 2009 04:40:17 +0000 (04:40 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 4 Sep 2009 04:40:17 +0000 (04:40 +0000)
x_*_window_to_frame.

src/ChangeLog
src/xterm.h

index dbbe8074390b5e65e30721abc90a8ccfb429cba4..3d04e89b847f9ff091c2a63e7a209267345cd92b 100644 (file)
@@ -1,3 +1,8 @@
+2009-09-04  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * xterm.h: Remove condition for declaration of
+       x_*_window_to_frame.
+
 2009-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * dispnew.c (Fsend_string_to_terminal): Make it work again on the
index 5e83ef8707457e8fcb8172e70def92712241aaac..1019bbc8a7eafd2ba3d131fe7b325b5acd84d3fe 100644 (file)
@@ -376,11 +376,9 @@ extern void check_x P_ ((void));
 
 extern struct frame *x_window_to_frame P_ ((struct x_display_info *, int));
 
-#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
 extern struct frame *x_any_window_to_frame P_ ((struct x_display_info *, int));
 extern struct frame *x_menubar_window_to_frame P_ ((struct x_display_info *, int));
 extern struct frame *x_top_window_to_frame P_ ((struct x_display_info *, int));
-#endif
 
 /* This is a chain of structures for all the X displays currently in use.  */
 extern struct x_display_info *x_display_list;